home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / src / bint / b0fil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-24  |  396 b   |  19 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2.  
  3. /*
  4.   $Header: b0fil.h,v 1.4 85/08/22 16:41:24 timo Exp $
  5. */
  6.  
  7. /* Declarations for variables containing file names. */
  8. /* The corresponding initializations are in b0fil.c. */
  9.  
  10. extern char *bpermfile;
  11. extern char *tempfile;
  12. extern char *messfile;
  13.  
  14. #ifndef INTEGRATION
  15. extern char *editorfile;
  16. #endif
  17.  
  18. #define BPERMFILE bpermfile
  19.